Get Profile
GET/profiles/:profile_id
Get Profile
Request
Path Parameters
profile_id Profile Idrequired
Responses
- 200
Get detailed profile
- application/json
- Schema
- Example
Schema
any
[
{
"type": "savings",
"cpu_architecture": "i386",
"min_cpu": "1",
"min_memory": "2",
"requirements": {},
"eni_trunking": false
}
]
Loading...